PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPath Class / startSubpath Method
x position of the new sub-path.
y position of the new sub-path.
In This Topic
    startSubpath Method
    In This Topic
    Creates a new sub-path at the given position.
    Syntax
    public void startSubpath( 
       double x,
       double y
    )

    Parameters

    x
    x position of the new sub-path.
    y
    y position of the new sub-path.
    See Also